projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f31dd4e
)
Missing initialization in cache sync code (by Anthony Xu)
author
djm@kirby.fc.hp.com
<djm@kirby.fc.hp.com>
Fri, 30 Dec 2005 18:55:19 +0000
(12:55 -0600)
committer
djm@kirby.fc.hp.com
<djm@kirby.fc.hp.com>
Fri, 30 Dec 2005 18:55:19 +0000
(12:55 -0600)
xen/arch/ia64/xen/xenmisc.c
patch
|
blob
|
history
diff --git
a/xen/arch/ia64/xen/xenmisc.c
b/xen/arch/ia64/xen/xenmisc.c
index be3cd7239d26c99a95b278e938ab7f6c16ef6cbe..721a8c7ddc9be4fc737fed0f734be4d277f999d2 100644
(file)
--- a/
xen/arch/ia64/xen/xenmisc.c
+++ b/
xen/arch/ia64/xen/xenmisc.c
@@
-377,7
+377,7
@@
extern unsigned int vmx_enabled;
void sync_split_caches(void)
{
- unsigned long ret, progress;
+ unsigned long ret, progress
= 0
;
if (cpu_has_split_cache) {
/* Sync d/i cache conservatively */